@charset "utf-8";
/* css 重置 */
.ysScroll ul,.ysScroll li{margin:0; padding:0; list-style:none;}
.ysScroll img{ border:0;  }
.ysScroll a{ text-decoration:none;}

/* 本例子css */
.ysScroll { width:100%; /*min-width:1318px;*/ height:377px; overflow:hidden; position:relative;}  /* 修改 高度，         修改 最少宽度【暂时不修改】 */


.ysScroll .bd{ position:relative; height:100%; z-index:0;   }
.ysScroll .bd li{ zoom:1; vertical-align:middle; width:648px;}


.ysScroll .hd {
    position: absolute;
    top: 660px;
    left: 48%;
}

.ysScroll .hd ul{ overflow:hidden; zoom:1; float:left;  }


.ysScroll .hd ul li{
    float: left;
    width: 24px;
    height: 11px;
    cursor: pointer;
    margin-right: 10px;
    background: #bfbfbf;
}

.ysScroll .hd ul li.on{
    background: #0c70bb;
}


.ysScroll .bd a.prev,
.ysScroll .bd a.next {
display:block;
width:53px;
height:69px;
position:absolute;
cursor:pointer;
background:url(/PC/images/bt6.png) no-repeat;
bottom:0;
z-index: 300;
}


.ysScroll .bd a.prev {
	right:53px;
	background-position-x:-53px;
}


.ysScroll .bd a.prev:hover {
	background-position-x:0;
}


.ysScroll .bd a.next {
	right:0;
	background-position-x:-106px;
}

.ysScroll .bd a.next:hover {
	background-position-x:-159px;
}






/* 自行修改 */




